home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / mailsock / mailsock.tx_ / mailsock.tx
Encoding:
Text File  |  1998-03-23  |  1.3 KB  |  33 lines

  1.  
  2. MailSock is an ActiveX Component (.OCX) for sending and receiving mail using POP3.
  3. MailSock is copyrighted by Al Cheser  (alcheser@color-country.net).
  4. Send $5.00 to      Al Cheser 
  5.                 P.O. Box 1404
  6.                 Duck Creek Village, UT 84762
  7.  
  8. Include your Email address, I will Email the MailSock.OCX file without the irritating
  9. message.
  10. Included with the MailSock.ocx file should be a program for sending and receiving mail using
  11. the MailSock.ocx component.  Both the .exe and source file is included.
  12. All of the above programs were written using VB5.
  13.  
  14.  
  15. MailSock Properties
  16.  
  17. LocalEmailAddress       - Set to your Email address
  18. RemoteEmailAddress      - Set to Recipient Email address
  19. LocalPassword           - Set to your Email Password
  20. recNumMess             - Get number of messages received
  21. recDate                 - Get Date of message
  22. recFrom                 - Get who message is from
  23. recSubject             - Get Subject of message
  24. recMessage             - Get message
  25. recCompleteMessage     - Get complete message transmission
  26. sendSubject             - Set to Subject to send
  27. sendMessage             - Set to Message to send
  28. flgBusy                 - Check that flgBusy is false before sending or receiving mail
  29. flgDelete             - Set to True to delete messages received
  30. SendMail()             - Call this Sub to send mail
  31. GetMail()             - Call this Sub to receive mail
  32. SetMessNum(iMessNum) - Call this Sub with Message number to read
  33.